GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-03T22:57:29.6906766+00:00",
"SubmitDate": "2026-02-03T22:57:29.6906766+00:00",
"ReportPeriodStart": "2026-02-03T22:57:29.6906766+00:00",
"ReportPeriodEnd": "2026-02-03T22:57:29.6906766+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "427ef749-e3a3-44a8-89e7-fb036c7d8b45",
"Rows": [
{
"ItemId": "934606c2-f64e-4ffa-99b5-782c1d38f173",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "934606c2-f64e-4ffa-99b5-782c1d38f173",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "427ef749-e3a3-44a8-89e7-fb036c7d8b45",
"Rows": [
{
"ItemId": "934606c2-f64e-4ffa-99b5-782c1d38f173",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "934606c2-f64e-4ffa-99b5-782c1d38f173",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a04efdf7-6dfa-47a7-b6bc-c336185a8269",
"811e66cb-3352-4cb6-9189-d6e3a82d9151"
],
"Approvers": [
"4c68df98-4b4b-4357-a0a2-3030844da24b",
"be0c8e44-531b-4753-9441-406a6d31ef17"
],
"ApprovedBy": "dbd747f5-d5e3-4ec3-b4b2-0a7699fe05a2",
"ApprovalDate": "2026-02-03T22:57:29.6906766+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ea34baf2-c1b1-4a89-bf7e-69a74a97a083",
"id": "d58abeeb-3f20-4d50-abce-6115a2a84209",
"ConfigId": "99e015c9-9ad7-4223-bf98-a9d68efb130a"
},
{
"GenerationDate": "2026-02-03T22:57:29.6906766+00:00",
"SubmitDate": "2026-02-03T22:57:29.6906766+00:00",
"ReportPeriodStart": "2026-02-03T22:57:29.6906766+00:00",
"ReportPeriodEnd": "2026-02-03T22:57:29.6906766+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "427ef749-e3a3-44a8-89e7-fb036c7d8b45",
"Rows": [
{
"ItemId": "934606c2-f64e-4ffa-99b5-782c1d38f173",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "934606c2-f64e-4ffa-99b5-782c1d38f173",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "427ef749-e3a3-44a8-89e7-fb036c7d8b45",
"Rows": [
{
"ItemId": "934606c2-f64e-4ffa-99b5-782c1d38f173",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "934606c2-f64e-4ffa-99b5-782c1d38f173",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a04efdf7-6dfa-47a7-b6bc-c336185a8269",
"811e66cb-3352-4cb6-9189-d6e3a82d9151"
],
"Approvers": [
"4c68df98-4b4b-4357-a0a2-3030844da24b",
"be0c8e44-531b-4753-9441-406a6d31ef17"
],
"ApprovedBy": "dbd747f5-d5e3-4ec3-b4b2-0a7699fe05a2",
"ApprovalDate": "2026-02-03T22:57:29.6906766+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ea34baf2-c1b1-4a89-bf7e-69a74a97a083",
"id": "d58abeeb-3f20-4d50-abce-6115a2a84209",
"ConfigId": "99e015c9-9ad7-4223-bf98-a9d68efb130a"
}
]